home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 114
/
Vol 114.iso
/
games
/
y2k_tetr.swf
/
scripts
/
DefineButton2_101
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-08-12
|
145 b
|
10 lines
on(release){
stopAllSounds();
tellTarget("../../music")
{
gotoAndStop("track2");
play();
}
gotoAndStop(2);
}